home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TBC2KEYDIALOG / TBC2KEYDIALOG.txt
Text File  |  2008-11-03  |  975b  |  47 lines

  1. inherited Bc2KeyDialog: TBc2KeyDialog
  2.   Left = 495
  3.   Top = 503
  4.   Caption = 'BC2 Key Detected'
  5.   ClientHeight = 129
  6.   ClientWidth = 345
  7.   OnCreate = FormCreate
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object ErrorImage: TUiImage
  11.     Left = 16
  12.     Top = 16
  13.     Width = 32
  14.     Height = 32
  15.   end
  16.   object Lbl: TUiLabel
  17.     Left = 58
  18.     Top = 16
  19.     Width = 261
  20.     Height = 39
  21.     Caption = 
  22.       'This appears to be a version 2 key, which will not work with ver' +
  23.       'sion 3.  For information on upgrading your license, please visit' +
  24.       ':'
  25.     WordWrap = True
  26.   end
  27.   object URL: TUiUrlLabel
  28.     Left = 72
  29.     Top = 63
  30.     Width = 200
  31.     Height = 13
  32.     Caption = 'http://www.scootersoftware.com/upgrade'
  33.     URL = 'http://www.scootersoftware.com/upgrade'
  34.     OnClick = URLClick
  35.   end
  36.   object OkBtn: TUiButton
  37.     Left = 264
  38.     Top = 96
  39.     Cancel = True
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 2
  43.     TabOrder = 0
  44.     AutoSize = asRight
  45.   end
  46. end
  47.